Method BuildParentRelationships(IEnumerable<ITreeRedbObject>)

Assembly: redb.Core.dll

Build Parent relationships for a collection of polymorphic tree objects.
Links each object's Parent property to its parent in the collection.
Also populates Children collections.

public static void BuildParentRelationships(IEnumerable<ITreeRedbObject> objects)